home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk165 / gmc9.2 / english.docs / readme_version < prev    next >
Text File  |  1995-03-19  |  13KB  |  321 lines

  1.  
  2.       This is version 9.2 of the program GMC-Handler
  3.  
  4.  
  5.  
  6.       V9.2: - Workbench now does a refresh on its objects if the iconify
  7.               function is used.
  8.  
  9.  
  10.       V9.1: - Dir/File name completer now works with quoted files/dirs.
  11.               But it can't display names that contain also quotes.
  12.  
  13.             - Internal modifications
  14.  
  15.  
  16.       V9.0: - Dir/File name completer now doesn't work with the last path-
  17.               file-part but with the path-file-part in which or behind which
  18.               the cursor stands. If the cursor stands upon a space and the
  19.               character to the left of the cursor is also a space, the search
  20.               directory is the current one and the search pattern is an
  21.               empty string. The C: directory is never used automatically
  22.               as the search directory.
  23.  
  24.             - The TAB key can also be configurated by SetGMC. The syntax is
  25.               the same as with the cursor and delete keys. Only the semantic
  26.               differs. It is possible to assign a number from 0 to 7 to
  27.               every qualifier. These numbers are interpreted as bit pattern
  28.               with the following meaning:
  29.  
  30.                  Bit 2: show info files
  31.                  Bit 1: show directories
  32.                  Bit 0: show normal files
  33.  
  34.             - The syntax for the beep function was extended
  35.  
  36.                  BEEP <v> <c> <d> <m>
  37.  
  38.               If m is equal 0, there will be beeps only if a part of the
  39.               window is obscured by another window. If m is equal 1, there
  40.               will be always a beep. If the window's screen isn't the front
  41.               most screen, there will be also always a beep, this is inde-
  42.               pendent from m.
  43.  
  44.             - The priority of the beep signal has the new value of 80
  45.               instead of 0.
  46.  
  47.             - In RAW mode no beeps are generated.
  48.  
  49.             - Now the directory path in the window title can be switched
  50.               off again.
  51.  
  52.             - The iconify function will be disabled if the dos.library has
  53.               a version number greater than 34, so with Kickstart 1.4/2.0.
  54.  
  55.             - Scrolling the window buffer to its end will no longer block
  56.               intuition.
  57.  
  58.             - WaitIO() for audio request removed.
  59.  
  60.             - It is no longer possible that a icon is produced but the big
  61.               window don't disappear.
  62.  
  63.             - SetGMC will display the command list if an unknown command
  64.               is entered in the interactive mode.
  65.  
  66.             - Internal modifications
  67.  
  68.  
  69.       V8.0: - Now configuration of GMC processes is done by an external
  70.               command SetGMC instead of internal set commands. The same
  71.               program can be used for default setting for all following
  72.               GMC processes. SetGMC can be made resident. Description in
  73.               SetGMC.Doc.
  74.  
  75.             - Actual directory path of the Shell/CLI process in the window
  76.               title. Path is updated on reception of READ packets, normaly
  77.               after display of new prompts.
  78.  
  79.             - Beep function if window isn't the front most on the front most
  80.               screen. It is poosible to set the loudness, the duration, and
  81.               the time interval that must be pass away between the send-back
  82.               of a READ packet and the reception of the next one, to cause a
  83.               beep.
  84.  
  85.             - Close gadget of Kickstart 2.0 can be generated by appending
  86.               "/CLOSE" to the title in the startup window description.
  87.               (e.g. "NewShell GMC:0/0/640/200/SHELL/CLOSE"). This works only
  88.               with Shell from KS 2.0.
  89.  
  90.             - If the file name completer displays a directory name, a '/' is
  91.               appended to the name.
  92.  
  93.             - The UnDo buffer is cleared after the window was resized (no
  94.               correct display possible in all cases).
  95.  
  96.             - In script file only outputs are recorded that are made after
  97.               the script file was opened. The buffer won't be cleared any
  98.               longer when a script file is closed.
  99.  
  100.             - No more keyboard locking for the duration of outputs if the
  101.               window is resized during these outputs.
  102.  
  103.             - Additional newline removed in CTRL-\.
  104.  
  105.             - Now page length setting for printer dump works again.
  106.  
  107.             - GMC will terminate if the first packet isn't an OPEN packet.
  108.               But it will reply with "Unknown Packet Type".
  109.  
  110.             - New operating manual.
  111.  
  112.  
  113.       V7.5: - Now GMC won't terminate, if a key is hit or a non-open packet
  114.               is received before the first open packet. Keys before the
  115.               first open packet are ignored.
  116.  
  117.  
  118.       V7.4: - Now GMC can also handle dead keys.
  119.  
  120.             - ExtFuncProc compiled with Aztec 5.0a. It is possible that
  121.               the old version of ExtFuncProc can crash on CPU with cache
  122.               (MC68020 and greater). ExtFuncProc supports now FPU's.
  123.               There is no change in the interface to ExtFuncProc.
  124.  
  125.             - If it isn't possible to start ExtFuncProc for any reason,
  126.               however a GMC window will be opened and an error message
  127.               will be shown. With this GMC window it isn't possible to
  128.               used the PRT_SCR and the script function. If there is a pro-
  129.               gram called ExtFuncProc but not the right one, GMC will open
  130.               its window with an error message and won't hang any longer.
  131.               In this case, it is possible that 20 Bytes of memory are lost.
  132.  
  133.             - With "Set PARSER:0" the internal set command parser is inacti-
  134.               vated for output in the GMC window. Then it isn't possible
  135.               that wrong or not wished Set's are executed. This feature don't
  136.               reflect parsing keyboard input. "Set PARSER:1" reactivates the
  137.               parser also for output. Default is a full activate parser. The
  138.               last command of the Shell/CLI-Startup should be "Set PARSER:0".
  139.  
  140.  
  141.       V7.3: - Buffer output by the line is now possible with Alt-DOWN.
  142.  
  143.  
  144.       V7.2: - Compiled with Aztec 5.0a
  145.  
  146.             - Function keys settings can be now deleted by "Set <q>F<n>:"
  147.  
  148.             - Bug fixed in Packet SET_SCREEN_MODE (GURU with "LS df0: -r").
  149.  
  150.             - "Next Page  >>>  Ctrl-DOWN" will be now erased when the buffer
  151.               output is continued.
  152.  
  153.             - After "Next Page  >>>  Ctrl-DOWN" the percentage of displayed
  154.               buffer is shown.
  155.  
  156.             - The ESC key has now the function of an undo key to bring back
  157.               the state of the command line before the last change.
  158.  
  159.             - GMC keeps tracking of the command line when the window is re-
  160.               sized. This function must be activated by "Set NEWSIZE:1".
  161.               The function works only in CON mode.
  162.  
  163.             - Internal Set commands are ignored in RAW mode.
  164.  
  165.             - If a command line is finished by Shift-RETURN, it won't be sent
  166.               to the Shell/CLI but inserted in the command line history.
  167.  
  168.             - All arp.library functions are replaced by internal functions.
  169.  
  170.             - Internal modifications
  171.  
  172.  
  173.       V7.1: - Bug fixed, which caused a script file that may contain not all
  174.               the output to the window.
  175.  
  176.             - After the contents of the output buffer is displayed all out-
  177.               standing ReadRequest are cleared. This removes CLI/Shell error
  178.               message 'Unknown command "' if the output of some commands
  179.               like "ls" is in the buffer.
  180.  
  181.             - Internal Set command now shows error messages on wrong argu-
  182.               ments.
  183.  
  184.             - Help text for new function added.
  185.  
  186.  
  187.       V7.0: - IMPORTANT - IMPORTANT - IMPORTANT -
  188.               The STACK entry in the MountList was increased to 2500 Bytes.
  189.  
  190.             - Script function added: "Set SCRIPT:<filename>" specifies
  191.               a file in which the buffer is stored when its end is reached.
  192.               <filename> must start with a physical or logical device. If
  193.               <filename> is "" an opened script file will be closed.
  194.               This happens also if the GMC: window is closed.
  195.  
  196.             - Print buffer can also be shown in the window. Ctrl-UP jumps
  197.               to the start of the buffer, Ctrl-DOWN shows the next page in
  198.               the buffer.
  199.  
  200.             - Initial size of print buffer is always 4KByte. The buffer size
  201.               can be changed with "Set DUMP:nnnnnn". nnnnnn must be greater
  202.               than the old buffer size.
  203.  
  204.             - PRT_SCR function rewritten. GMC starts a new process with name
  205.               ExtFuncProc (if it doesn't already exist). Instead of a func-
  206.               tion started with ARP-ASynchRun, this process loads the
  207.               printer.device. ExtFuncProc can execute almost every library
  208.               function and it can be used from any other process, handler,
  209.               and task. The program ExtFuncProc must be placed in in the
  210.               directory L: It is probable that this modification fixed the
  211.               GURU on printout in V6.x.
  212.  
  213.             - Bug fixed in error checking during handler startup.
  214.  
  215.             - Internal modifications.
  216.  
  217.  
  218.       V6.2: - Function "Set PAGELEN:nn" added. If nn is not 00, at the
  219.               beginning of every screen dump the page length will be set.
  220.               nn is the page length in lines.
  221.  
  222.             - DISK_INFO packet: Entry DiskType will be correctly set
  223.               in RAW mode.
  224.  
  225.             - '|', '(', and ')' as separators added.
  226.  
  227.             - Printout of command line recall and internal set command
  228.               corrected.
  229.  
  230.             - ATTENTION: If after the start of a printout and before its
  231.               end new characters are typed, it is possible that the program
  232.               crashed which opened the GMC window. At the moment, it hap-
  233.               pened only three times with ARP-Shell V39.
  234.  
  235.  
  236.       V6.1: - "Set XY:xxx/yyy" works now also inside startup, instead of
  237.               only working from keyboard.
  238.  
  239.             - No more error message with "Set fkeys:<n>".
  240.  
  241.             - All internal "Sets" (except "Set <x>F<n>:<string>") are
  242.               tested now on additional characters after a correct command.
  243.  
  244.  
  245.       V6.0: - PRT_SCR function performs a printout of the recent output
  246.               in the window (memory depends on the inital window size).
  247.  
  248.             - The contents of the window won't be destroyed by an ICONIFY
  249.               and output in the window can go on.
  250.  
  251.             - Icon position can be defined by "set XY:xxx/yyy"
  252.  
  253.             - Command lines with length 1 won't be saved in command history
  254.  
  255.             - If the handler was started in RAW mode it is possible to
  256.               start it with a given window.
  257.  
  258.             - GMC: don't run with module terminal.mod of M2Amiga.
  259.  
  260.             - Internal modifications
  261.  
  262.  
  263.       V5.1: - More help in CTRL-Help
  264.  
  265.             - Modification in command line expansion
  266.                   only TAB:  Only files without info files
  267.                   Shift:     Only info files
  268.                   Ctrl:      Only directories
  269.                   Alt:       All files and directories
  270.  
  271.             - Internal modifications
  272.  
  273.  
  274.       V5.0: - IMPORTANT - IMPORTANT - IMPORTANT -
  275.               The STACK entry in the MountList was increased to 1700 Bytes
  276.  
  277.             - Built-in set function ignores case of keywords and qualifiers
  278.  
  279.             - Command line history works now with a buffer of a fix amount
  280.               (2KByte)
  281.  
  282.             - Search function in command line history ignores case
  283.  
  284.             - Command line expansion with TAB key
  285.               (e.g.  "type s:st"  TAB  "type s:startup-sequence")
  286.  
  287.             - Functions of the arp.library (V39) are used
  288.  
  289.             - Function !n to recall previous command lines is removed
  290.  
  291.  
  292.       V4.1: - Search pattern won't be changed if only cursor keys are used
  293.  
  294.             - Delete to start/end of line function changed
  295.  
  296.  
  297.       V4.0: - Flexible assignment of the cursor and delete keys
  298.  
  299.             - Repeated search in the command history possible without
  300.               new input of the search pattern
  301.  
  302.             - Iconify function won't be executed after the handler receives
  303.               a DiskInfo packes (e.g. More)
  304.  
  305.  
  306.       V3.0: - Iconify function added
  307.  
  308.  
  309.       V2.0: - ACTION_SCREEN_MODE, ACTION_WAIT_CHAR packets added
  310.  
  311.             - Function keys and help keys can be switched off
  312.  
  313.             - Command line storage and recall changed
  314.  
  315.             - Bug in ACTION_DISK_INFO packet fixed
  316.  
  317.             - Several minor bugs fixed
  318.  
  319.  
  320.       V1.0: First released version
  321.